home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / penguinpass.swf / scripts / DefineButton2_162 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  158b  |  8 lines

  1. on(release){
  2.    _root.gotshape = false;
  3.    _root.placeposition = 0;
  4.    _root.ta._x = 1000;
  5.    _root.tryagain = true;
  6.    _root.cover.gotoAndPlay(16);
  7. }
  8.